dxp-ux
Modem Reset
POST:/reset
URL
https://[localhost]:[port]/dxp-ux/v1/PR/resetURL PARAMS
| name | type | description | required | 
|---|---|---|---|
| businessId | string | 2 letter ISO 3166 country code (TT, BB, JM, PA, etc.) | Y | 
Header
| name | value | description | required | 
|---|---|---|---|
| client_id | string | The client_id identifying the channel. Minimum characters: 5 | Y | 
| client_secret | string | Password associated with the client_id. Minimum characters: 5 | Y | 
| X-Correlation-ID | string | Identifier that correlates HTTP request between a client and server.  Any identification model (UUDI, checksum, etc.) can be used, as long as it is a unique value to differentiate a transaction.  | N | 
| channelId | string | Channel  to business:  Expected Value: "APP"  | Y | 
| lob | string | It defines the Line of Business . Example : FIXED | Y | 
Request Body
{
    "accountNumber": "8211990010042323"
}Response
{
    "resourceStatus": "InProgress",
    "place": {
        "id": "00918000000748",
        "@type": "Location"
    },
    "resourceCharacteristic": [
        {
            "id": "M91726ER9659",
            "name": "2Ways Set-Tops",
            "value": "M",
            "valueType": "String",
            "@type": "Equipment"
        },
        {
            "id": "M91627EQ0927",
            "name": "2Ways Set-Tops",
            "value": "M",
            "valueType": "String",
            "@type": "Equipment"
        },
        {
            "id": "400D10A9B0A3",
            "name": "Voip Emta Rent",
            "value": "VR",
            "valueType": "String",
            "@type": "Equipment"
        }
    ],
    "relatedParty": [
        {
            "id": "1901502668187",
            "@baseType": "Customer",
            "@type": "Customer"
        },
        {
            "id": "8211990010042323",
            "@baseType": "Account",
            "@type": "Account"
        }
    ]
}